home *** CD-ROM | disk | FTP | other *** search
- on idle
- if rollOver(3) then
- set the castNum of sprite 3 to 30
- else
- set the castNum of sprite 3 to 29
- end if
- if rollOver(4) then
- set the castNum of sprite 4 to 101
- else
- set the castNum of sprite 4 to 100
- end if
- if rollOver(21) then
- set the ink of sprite 22 to 0
- else
- set the ink of sprite 22 to 39
- end if
- end
-
- on exitFrame
- if soundBusy(2) = 0 then
- sound playFile 2, "ONSIDE2.AIF"
- end if
- go(the frame)
- end
-